Plugin Directory

Changeset 2355029


Ignore:
Timestamp:
08/08/2020 05:06:09 AM (6 years ago)
Author:
sutharkaran10
Message:

Fix Bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-mouse-custom-cursor/trunk/wp-mouse-custom-cursor.php

    r2353254 r2355029  
    239239if(function_exists('wpmousecustom_cursor_commonscript')){
    240240  add_action('wp_enqueue_scripts', 'wpmousecustom_add_header'); 
    241     add_action( 'wp_body_open', 'wpmousecustom_cursor_function_html' );
     241    add_action( 'wp_head', 'wpmousecustom_cursor_function_html' );
    242242    add_action('wp_head', 'wpmousecustom_cursor_commonscript');     
    243243    function wpmousecustom_cursor_function_html(){
Note: See TracChangeset for help on using the changeset viewer.