Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document widget base class filters and actions #133

Closed
theenoahmason opened this issue Nov 23, 2022 · 0 comments · Fixed by #142
Closed

Document widget base class filters and actions #133

theenoahmason opened this issue Nov 23, 2022 · 0 comments · Fixed by #142
Assignees
Labels
enhancement New feature or request

Comments

@theenoahmason
Copy link
Member

theenoahmason commented Nov 23, 2022

do_action( "wp_backstage_widget_output_{$this->slug}", $args, $instance );
do_action( "wp_backstage_widget_form_{$this->slug}", $instance, $this->id_base, $this->number );
return apply_filters( "wp_backstage_widget_save_{$this->slug}", $new_instance, $old_instance );
@theenoahmason theenoahmason added the enhancement New feature or request label Nov 23, 2022
@theenoahmason theenoahmason self-assigned this Nov 23, 2022
@theenoahmason theenoahmason changed the title Document "wp_backstage_widget_form_{$this->slug}" hook in widget base Document widget base class filters and actions Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant