To fetch an option value from the database, use the function get_option(). <?php $pdev_plugin_color = get_option( 'pdev_plugin_color' ); ?> ...
確定! 回上一頁