D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
www
/
wp-content
/
plugins
/
popups-for-divi
/
includes
/
Filename :
hooks.php
back
Copy
<?php /** * Hooks up filters and actions of this module. * * @package PopupsForDivi */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; // Load the shared library subset, as early as possible. add_action( 'init', 'pfd_load_library', 2 ); // Load the translation files. add_action( 'init', 'pfd_translate_plugin', 1 );