Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. // execute on POST and GET
  2. if ( isset( $_REQUEST['action'] ) && ( 'webl_get_child' == $_REQUEST['action'] ) && ! empty( $_POST['product_id'] ) && is_numeric( $_POST['product_id'] ) ) {
  3.         add_action( 'init', 'webl_get_child' );
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement