fix: fix call to renamed function

This commit is contained in:
Ben Goldsworthy 2021-04-10 20:35:36 +01:00
parent 5d89b371dc
commit 0c75e12a99

View file

@ -1352,7 +1352,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
)
);
// Call wp_head function to get the Styling of the mouse-over box.
$g_obj_mci_footnotes->a_obj_task->wp_head();
$g_obj_mci_footnotes->a_obj_task->footnotes_output_head();
// Display template with replaced placeholders.
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo $l_obj_template->get_content();