File ManagerCurrent Directory: wp-content/plugins/profile-builder/front-end/default-fields/headingLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: heading.php <?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* handle field output */ function wppb_heading_handler( $output, $form_location, $field, $user_id, $field_check_errors, $request_data ){ if ( $field['field'] == 'Heading' ){ $item_title = apply_filters( 'wppb_'.$form_location.'_heading_custom_field_'.$field['id'].'_item_title', wppb_icl_t( 'plugin profile-builder-pro', 'custom_field_'.$field['id'].'_title_translation', $field['field-title'], true ) ); $item_description = wppb_icl_t( 'plugin profile-builder-pro', 'custom_field_'.$field['id'].'_description_translation', $field['description'], true ); if( isset( $field['heading-tag'] ) ) { $heading_tag = $field['heading-tag']; } else { $heading_tag = 'h4'; } $heading_element1 = ( ( $form_location == 'back_end' ) ? '<h3>' : '<'. $heading_tag .' class="extra_field_heading">' ); $heading_element2 = ( ( $form_location == 'back_end' ) ? '</h3>' : '</'. $heading_tag .'>' ); $output = $heading_element1 . $item_title . $heading_element2 . '<span class="wppb-description-delimiter">'.$item_description.'</span>'; return apply_filters( 'wppb_'.$form_location.'_heading_custom_field_'.$field['id'], $output, $form_location, $field, $user_id, $field_check_errors, $request_data ); } } add_filter( 'wppb_output_form_field_heading', 'wppb_heading_handler', 10, 6 ); add_filter( 'wppb_admin_output_form_field_heading', 'wppb_heading_handler', 10, 6 ); Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirheading.phpFile1.46 KB Rename | Delete | Edit