WC_Helper_Compat::render_compat_menu()
Render the legacy helper compat view.
Method of the class: WC_Helper_Compat{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Helper_Compat::render_compat_menu();
WC_Helper_Compat::render_compat_menu() WC Helper Compat::render compat menu code WC 9.7.1
public static function render_compat_menu() { $helper_url = add_query_arg( array( 'page' => 'wc-addons', 'section' => 'helper', ), admin_url( 'admin.php' ) ); include WC_Helper::get_view_filename( 'html-helper-compat.php' ); }