Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
design-fields
:
background.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Redux Framework background config. * For full documentation, please visit: http://devs.redux.io/ * * @package Redux Framework */ defined( 'ABSPATH' ) || exit; Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Background', 'your-textdomain-here' ), 'id' => 'design-background', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/background.html" target="_blank">https://devs.redux.io/core-fields/background.html</a>', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-background', 'type' => 'background', 'output' => array( 'background-color' => 'body', 'important' => true, ), 'default' => array( 'background-color' => '#d1b7e2', ), 'title' => __( 'Body Background', 'your-textdomain-here' ), 'subtitle' => __( 'Body background with image, color, etc.', 'your-textdomain-here' ), ), ), ) );