Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Lity in Wordpress

/*Lity in WordPress ChildTheme - Code goes to functions.php*/
function call_lity_scripts() {
wp_enqueue_style( 'lity-css', get_stylesheet_directory_uri() . '/css/lity.min.css' );
wp_enqueue_script( 'lity-js', get_stylesheet_directory_uri() . '/js/lity.min.js', array( 'jquery' ), NULL, true );
}
add_action('wp_enqueue_scripts', 'call_lity_scripts');
Comment

PREVIOUS NEXT
Code Example
Php :: laravel get referer without host 
Php :: debugger not installed phpstorm 
Php :: laravel excel check for duplicates 
Php :: wordpress disable php update required 
Php :: fprintf (PHP 5, PHP 7, PHP 8) fprintf — Write a formatted string to a stream 
Php :: print csv file in php 
Php :: php display result from html 
Php :: laravel blade if links exists 
Php :: how to add posts to php 
Php :: has_post_format wordpress 
Php :: PHP ord — Convert the first byte of a string to a value between 0 and 255 
Php :: php calling abstract static function from inside abstrac class 
Php :: how to check if a url has a certain word in laravel 
Php :: Unable to create PsySH runtime directory 
Php :: sort array by date php 
Php :: laravel asset resolving to http not https 
Php :: upload image to backend (see rest of the link) 
Php :: how to export and import database in phpmyadmin 
Php :: php if 2 files in dir unlink the olderst 
Php :: php loop add class to first element 
Php :: wp css deregister 
Php :: Redirect file.php to file with .htaccess | Redirect to its non .php version 
Php :: Prevent Displaying Uncategorized Links Wordpress 
Php :: php check if string startswith 
Php :: nl_langinfo — Query language and locale information 
Php :: Laravel A row must be an array or a TableSeparator instance. 
Php :: simple using mdb with php script PDO 
Php :: Writing into the database with one click laravel 
Php :: remove nul value aray php 
Php :: wordrpess debugg is off but still showing 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =