• Resolved Calson

    (@calson)


    Hi, Thi is the code inside admin\class-metaboxes.php. How may I able to rename the $title by adding line of codes in function.php? Thank you!

    add_meta_box( ‘wpsl-store-details’, __( ‘Store Details‘, ‘wpsl’ ), array( $this, ‘create_meta_fields’ ), ‘wpsl_stores’, ‘normal’, ‘high’ );
    add_meta_box( ‘wpsl-map-preview’, __( ‘
    Store Map‘, ‘wpsl’ ), array( $this, ‘map_preview’ ), ‘wpsl_stores’, ‘side’ );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Rename add_meta_box $title’ is closed to new replies.