'Default - 300px x 250px', 'noadblock' => '

YOUR AD HERE!

Go to the Ad Block Detector plugin\'s settings page to insert your ad code.

', 'adblock' => 'You are using an ad blocker! Please consider disabling it to help us out.' ); // Default - 336px x 280px $shortcodeAdditions[] = array( 'name' => 'Default - 336px x 280px', 'noadblock' => '

YOUR AD HERE!

Go to the Ad Block Detector plugin\'s settings page to insert your ad code.

', 'adblock' => 'You are using an ad blocker! Please consider disabling it to help us out.' ); // Default - 728px x 90px $shortcodeAdditions[] = array( 'name' => 'Default - 728px x 90px', 'noadblock' => '

YOUR AD HERE!

Go to the Ad Block Detector plugin\'s settings page to insert your ad code.

', 'adblock' => 'You are using an ad blocker! Please consider disabling it to help us out.' ); // Default - 160px x 600px $shortcodeAdditions[] = array( 'name' => 'Default - 160px x 600px', 'noadblock' => '

YOUR AD HERE!

Go to the Ad Block Detector plugin\'s settings page to insert your ad code.

', 'adblock' => 'You are using an ad blocker! Please consider disabling it to help us out.' ); foreach ($tableCreate as $sql) { dbDelta($sql); } foreach ($shortcodeAdditions as $data) { ABD_Db_Manip::insert_shortcode( $data ); } } public static function deactivation() { global $wpdb; $sql = "DROP TABLE IF EXISTS " . ABD_Db_Manip::get_shortcode_table_name() . ';'; $wpdb->query($sql); } } // end class ABD_Hooks // instantiate class to register the hooks new ABD_Hooks(); } // end if( !class_exists(