Plugin Directory

Changeset 2505667


Ignore:
Timestamp:
03/30/2021 05:54:15 AM (5 years ago)
Author:
serviceslbk
Message:

init 1.0.3

Location:
lbk-faqs-schema
Files:
11 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • lbk-faqs-schema/trunk/includes/class.admin.php

    r2503671 r2505667  
    6464            $custom_faqs = get_post_meta( $post_id, '_lbk_custom_faqs', true );
    6565            if (!$custom_faqs) $custom_faqs = array();
    66             var_dump($custom_faqs);
    6766       
    6867            wp_nonce_field( 'lbk_custom_faqs_nonce'.$post_id, 'lbk_custom_faqs_nonce' );
Note: See TracChangeset for help on using the changeset viewer.