Sacconi69

function reset_price_fields

Oct 25th, 2024
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function reset_price_fields( $hook ) {
  2. if ( 'edit.php' != $hook ) {
  3. return;
  4. }
  5. wp_enqueue_script( 'my_custom_script', get_template_directory_uri( __FILE__ ) . 'cancella_prezzi_2.js', array(), '1.0' );
  6. }
  7. add_action( 'admin_enqueue_scripts', 'reset_price_fields' );
Advertisement
Add Comment
Please, Sign In to add comment