Blank page in dashboard
-
Hello,
I have blank page in dashboard.
After load data from: wp-json/awcfe/v1/fields/
Uncaught (in promise) TypeError: t.options is undefined backend.js:1:341829
How to testing? Paste this code.
add_filter( ‘woocommerce_billing_fields’, ‘custom_woocommerce_billing_fields’, 20 );
function custom_woocommerce_billing_fields( $fields ) {
$fields[‘custom_field’] = array(
‘label’ => ‘Scary Field’,
‘type’ => ‘checkbox’,
‘priority’ => 90
);return $fields;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Blank page in dashboard’ is closed to new replies.