Profiles

  • Member Since: March 2nd, 2021
  • Find me on:
  • Posted a reply to several admin_enqueue_scripts using the same script, on the site WordPress.org Forums:
    problem solved, action with Capital letter not reported, sorry

  • Posted a reply to several admin_enqueue_scripts using the same script, on the site WordPress.org Forums:
    i tried registering a second js and calling it for click event. nothing changes.

  • Created a topic, several admin_enqueue_scripts using the same script, on the site WordPress.org Forums:
    hello, can calling the same script with multiple admi…

  • Posted a reply to add attribute before saving a post, on the site WordPress.org Forums:
    hello, after some research following your message, I discover for each new post, an instance…

  • Posted a reply to Get current user post count ( custom post type ‘tourism’), on the site WordPress.org Forums:
    you can try $args = array( 'post_type' => 'tourism', 'post_author' => $current_user->ID, ); $query =…

  • Created a topic, add attribute before saving a post, on the site WordPress.org Forums:
    Hello, I am working on a theme. some fields use auto…

  • Posted a reply to storefront theme child and wp_enqueue_scripts, on the site WordPress.org Forums:
    here is the solution to my question. add_action( 'admin_enqueue_scripts', array( $this, 'add_books_author_js' ) ); indeed…

  • Created a topic, storefront theme child and wp_enqueue_scripts, on the site WordPress.org Forums:
    I registered a storefront child theme. From function.p…