adsns_options = get_option( 'adsns_settings' ); $this->adsns_options['code'] = stripslashes( $this->adsns_options['code'] ); $this->adsns_options['num_show'] = 0; update_option( 'adsns_settings', $this->adsns_options ); } /* Show ads after post on a single page */ function adsns_end_post_ad( $content ) { global $adsns_count; /*$this->adsns_donate();*/ /* Calling a donate function */ if ( ! is_feed() && is_single() && $adsns_count < $this->adsns_options['max_ads'] && $adsns_count < $this->adsns_options['max_homepostads'] ) { /* Checking if we are on a single page */ $content.= '
" . __( "Settings saved", 'adsense' ) . "
" . __( "Please enter valid Publisher ID.", 'adsense' ) . "
" . __( "Please enter your Publisher ID.", 'adsense' ) . "