You appear to be a bot. Output may be restricted
Description
Calls the old wpseo_opengraph action.
Usage
$void = Backwards_Compatibility::call_wpseo_opengraph();
Parameters
Returns
void
Source
File name: wordpress-seo/src/integrations/front-end/backwards-compatibility.php
Lines:
1 to 3 of 3
public function call_wpseo_opengraph() { \do_action_deprecated( 'wpseo_opengraph', [], '14.0', 'wpseo_frontend_presenters' ); }