PluginProbe ʕ •ᴥ•ʔ
WP Create Multiple Posts & Pages / 2.0.4
WP Create Multiple Posts & Pages v2.0.4
trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4
wp-create-multiple-posts-pages / admin / index.php
wp-create-multiple-posts-pages / admin Last commit date
css 1 month ago js 1 month ago views 1 month ago class-wp-create-multi-posts-pages-admin.php 1 month ago index.php 1 month ago
index.php
15 lines
1 <?php
2 /**
3 * Silence is golden
4 *
5 * @since 2.0.0
6 * @package Wp_Create_Multi_Posts_Pages
7 * @subpackage Wp_Create_Multi_Posts_Pages/admin
8 * @author Sajjad Hossain Sagor <sagorh672@gmail.com>
9 */
10
11 // If this file is called directly, abort.
12 if ( ! defined( 'ABSPATH' ) ) {
13 die;
14 }
15