PluginProbe
Recipe Cards For Your Food Blog from Zip Recipes / trunk
Recipe Cards For Your Food Blog from Zip Recipes vtrunk
trunk 8.0.8 8.0.9 8.1.0 8.1.1 8.2.8
zip-recipes / plugin.php

plugin.php in Recipe Cards For Your Food Blog from Zip Recipes trunk, at plugin.php

12 lines 168 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Exit if accessed directly.
4 if ( ! defined( 'ABSPATH' ) ) {
5 exit;
6 }
7
8 /**
9 * Block Initializer.
10 */
11 require_once plugin_dir_path( __FILE__ ) . 'src/init.php';
12