Options page blank
-
Hi,
i have a problem to show the custom fields in a options page.I added this to y functions.php:
SCF::add_options_page(
‘My Options’,
‘My Plugin’,
‘manage_options’,
‘my-plugin.php’,
‘my_plugin_page’
);And i select the display results options to My Options page.
Why i can’t see any custom fields?
Thank you
The topic ‘Options page blank’ is closed to new replies.