<?php /** * Template for the plugin settings structure. * * @link https://bootstrapped.ventures * @since 3.0.0 * * @package WP_Recipe_Maker * @subpackage WP_Recipe_Maker/templates/settings */ $settings_tools = array( 'id' => 'settingsTools', 'icon' => 'cog', 'name' => __( 'Settings Tools', 'wp-recipe-maker' ), );