wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



private_to_published › WordPress Action Hooks

Seit1.5.0
VeraltetUse {@see 'private_to_publish'} instead.
do_action_deprecated( 'private_to_published', array( $post->ID ), '2.3.0', 'private_to_publish' );
Parameter:
  • () post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when a post's status is transitioned from private to published.





Quellcode

do_action_deprecated( 'private_to_published', array( $post->ID ), '2.3.0', 'private_to_publish' );