Skip to content

activitypub_construct_model_actor

github-actions[bot] edited this page Jul 23, 2025 · 10 revisions

Fires when a model actor is constructed.

Auto-generated Example

add_filter(
    'activitypub_construct_model_actor',
    function ( Activitypub\Blog $this ) {
        // Your code here
        return $this;
    }
);

Parameters

  • Activitypub\Blog $this The Blog model.

Files

\do_action( 'activitypub_construct_model_actor', $this )
\do_action( 'activitypub_construct_model_actor', $this )

Hooks

Users

Developers

Clone this wiki locally