Action: wpbuddy/rich_snippets/overwrite/property/after

do_action( 'wpbuddy/rich_snippets/overwrite/property/after', $prop, $snippet, $post )

After Overwrite Property Action. Allows plugins to add data after a property has printed to the overwrite screen.
Parameters:
Name Type Description
$prop Schema_Property
$snippet Rich_Snippet
$post WP_Post
Since:
  • 2.0.0
Source:

do_action( 'wpbuddy/rich_snippets/overwrite/property/after', $prop, $snippet, $post )

After Overwrite Property Action. Allows plugins to add data after a property has printed to the overwrite screen.
Parameters:
Name Type Description
$prop Schema_Property
$snippet Rich_Snippet
$post WP_Post
Since:
  • 2.0.0
Source: