Plugin Directory

Changeset 2547427


Ignore:
Timestamp:
06/14/2021 11:29:41 AM (5 years ago)
Author:
serviceslbk
Message:

init 1.1.1

Location:
lbk-faqs-schema
Files:
15 added
4 edited

Legend:

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

    r2547212 r2547427  
    120120            }
    121121       
    122             if (isset($_POST['lbk_faq_custom'])) {
    123                 update_post_meta($post_id, '_lbk_custom_faqs', lbk_sanitize_faqs_field( $_POST['lbk_faq_custom'] ));
     122            if (isset($_POST['lbk_faqs_custom'])) {
     123                update_post_meta($post_id, '_lbk_custom_faqs', lbk_sanitize_faqs_field( $_POST['lbk_faqs_custom'] ));
    124124            } else {
    125125                delete_post_meta($post_id, '_lbk_custom_faqs');
Note: See TracChangeset for help on using the changeset viewer.