"save post" hook not working with 3.9
-
add_action(‘save_post’, ‘test’);
function test($id){
}‘test’ function never get called in wordpress 3.9
- The topic ‘"save post" hook not working with 3.9’ is closed to new replies.
add_action(‘save_post’, ‘test’);
function test($id){
}
‘test’ function never get called in wordpress 3.9