wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



post_locked_dialog › WordPress Action Hooks

Da5.4.0
Deprecaton/a
do_action( 'post_locked_dialog', $post, $user )
Parametri: (2)
  • (WP_Post) $post Post object.
    Richiesto:
  • (WP_User) $user The user with the lock for the post.
    Richiesto:
Definito a:
Codex:

Fires inside the post locked dialog before the buttons are displayed.





Sorgenti

do_action( 'post_locked_dialog', $post, $user );