Current File : /home/honehdyv/remonster.online/wp-content/plugins/wp-automatic/p_ads.php
<?php 
 
function wp_automatic_ad1_wp_shortcode_func( $atts ) {

	$ad1=get_option('wp_automatic_ad1');
	return stripslashes($ad1);
}

function wp_automatic_ad2_wp_shortcode_func( $atts ) {

	$ad2=get_option('wp_automatic_ad2');
	return stripslashes($ad2);
}

add_shortcode( 'ad_1', 'wp_automatic_ad1_wp_shortcode_func' );
add_shortcode( 'ad_2', 'wp_automatic_ad2_wp_shortcode_func' );

?>
Comments on: Btooom! Chapter 74 https://w3.readbtooom.com/manga/btooom-chapter-74/ Read Btooom! Manga Online in High Quality Wed, 30 Nov 2022 23:56:25 +0000 hourly 1 https://wordpress.org/?v=6.4.5