/home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/gallery
NameSizeModeActions
gallery.php16550644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/gallery/gallery.php (1655B)
field, array( 'add_title' => esc_html__( 'Add Gallery', 'csf' ), 'edit_title' => esc_html__( 'Edit Gallery', 'csf' ), 'clear_title' => esc_html__( 'Clear', 'csf' ), ) ); $hidden = ( empty( $this->value ) ) ? ' hidden' : ''; echo $this->field_before(); echo ''; echo ''. $args['add_title'] .''; echo ''. $args['edit_title'] .''; echo ''. $args['clear_title'] .''; echo 'field_attributes() .'/>'; echo $this->field_after(); } } }