• Created some field using “wpsl_meta_box_fields” Hook and all working fine. hook code us below

     'h_referal_method' => array(
                'label'    => __( 'Referral Method', 'wpsl' ),
                'type' => 'wp_editor',
            ),

    Now this field showing on backend like: https://nimb.ws/3Ed9Qj
    I did some code to show this field on front end as per your document and field showing fine on Front-end: https://nimb.ws/7riyao but issue is it removing Links on front-end that we added on backend. we have to keep this links on front-end.

    • This topic was modified 3 years, 11 months ago by wizardinfosys.
    • This topic was modified 3 years, 11 months ago by wizardinfosys.
  • The topic ‘wp_editor custom field issue’ is closed to new replies.