Gallery Modal PHP
- <?php
- function appp_custom_scripts() {
- wp_enqueue_script( 'appp-custom-scripts', get_stylesheet_directory_uri() . '/js/app-custom.js', array('jquery'), '1.0.8', true );
- }
- add_action( 'wp_enqueue_scripts', 'appp_custom_scripts' );
April 7, 2015