Skip to content

Instantly share code, notes, and snippets.

@Dianakc
Created June 12, 2014 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dianakc/900238a3901f2930f673 to your computer and use it in GitHub Desktop.
Save Dianakc/900238a3901f2930f673 to your computer and use it in GitHub Desktop.
Ação save post para tipos personalizados
<?php
function my_custom_save_post( $post_id ) {
// do stuff here
}
add_action( 'save_post_membros', 'my_custom_save_post' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment