Warning: Invalid argument
-
I keep getting these warnings:
Warning: Invalid argument supplied for foreach() in /home/customer/www/blackjackreview.com/public_html/wp/wp-content/plugins/giveasap/admin/giveasap-cpt-metabox.php on line 416
Any ideas? Code from PHP file shown below.
function giveasap_prizes_metabox_field_validate( $data ) {
foreach ( $data as $index => $prize_fields ) { $data[ $index ]['title'] = sanitize_text_field( $prize_fields['title'] ); } return $data;
}
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning: Invalid argument’ is closed to new replies.