Function code crashes theme
-
Is it possible that you’ve got an error in your function code?
Should:
add_action('acf/register_fields', 'my_register_fields');be something like:
add_action('acf_register_fields', 'my_register_fields');(this is crashing my theme…but I’d really like to use this)
http://ww.wp.xz.cn/extend/plugins/advanced-custom-fields-nav-menu-field/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Function code crashes theme’ is closed to new replies.