![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| flush the mail queue | mac4rfree | Shell Programming and Scripting | 12 | 10-09-2009 12:26 PM |
| C++ overriding Vs hiding | johnbach | High Level Programming | 1 | 08-10-2009 11:42 AM |
| Flush 0.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-01-2009 10:30 AM |
| Overriding PATH | brainyoung | Shell Programming and Scripting | 1 | 02-06-2008 01:02 PM |
| lp print flush | jestinabel | HP-UX | 0 | 04-04-2007 04:48 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I installed a wordpress theme and came across the following code contained in the functions.php (theme functions) file. I am wanting to make sure this code is not over-riding my adsense publisher id and replacing with theirs in the background. I had this happen on another theme and just wanting to make sure it isn't happening again. I don't know enough to know. It is strange though that even after a full customization, the ads that appear are geared toward the theme authors' website content and not mine. ????
I replaced the original text that shows the name of the people who made the theme with PROGRAMMER (I have no desire to even try to make someone look bad, especially when it's probably just me being skeptical because I got burned.) Code:
// FLUSH ADS
$PROGRAMMER_ads = get_option('PROGRAMMER_ads');
$PROGRAMMER_publisherid = get_option('PROGRAMMER_publisherid')
Any advice is appreciated. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|