Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $cf7 = get_posts( 'post_type="wpcf7_contact_form"&numberposts=-1' );
- $contact_forms = array();
- if ( $cf7 ) {
- foreach ( $cf7 as $cform ) {
- $contact_forms[ $cform->post_title ] = $cform->ID;
- }
- } else {
- $contact_forms[ __( 'No contact forms found', 'filix-core' ) ] = 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement