Plugin Directory

Changeset 2178956


Ignore:
Timestamp:
10/24/2019 03:41:30 AM (6 years ago)
Author:
tweakdigital
Message:

add version 0.1.12

Location:
food-to-prep
Files:
347 added
11 edited

Legend:

Unmodified
Added
Removed
  • food-to-prep/trunk/README.md

    r2174763 r2178956  
    44**Requires at least:** 4.5 
    55**Tested up to:** 5.2.1 
    6 **Stable tag:** 0.1.10 
     6**Stable tag:** 0.1.11 
    77**License:** GPLv2 or later 
    88**License URI:** https://www.gnu.org/licenses/gpl-2.0.html 
     
    7070## Changelog ##
    7171
     72### 0.1.12, October 24, 2019 ###
     73* Add filter WP_Query fpt_meal_posts_per_page.
     74
     75### 0.1.11, October 23, 2019 ###
     76* Update reponsive
     77* Add support forum
     78* Improved strings
     79
    7280### 0.1.10, October 17, 2019 ###
    7381* Update reponsive
  • food-to-prep/trunk/autoload.php

    r2174739 r2178956  
    2222require_once 'wposa-init.php';
    2323
     24require_once 'admin/admin-support.php';
     25
    2426
    2527require_once 'mp-template-functions.php';
  • food-to-prep/trunk/class-wp-osa.php

    r2174649 r2178956  
    597597                'Payment Settings',
    598598                'manage_options',
    599                 'food-to-prep-settings',
     599                'ftp-settings',
    600600                array( $this, 'plugin_page' )
    601601            );
  • food-to-prep/trunk/food-to-prep.php

    r2178183 r2178956  
    88 * Text Domain:     food-to-prep
    99 * Domain Path:     /languages
    10  * Version:         0.1.11
     10 * Version:         0.1.12
    1111 *
    1212 * @package         Meal_Prep
     
    211211    function endpoint_revice_order()
    212212    {
    213         return MTP_OSA()->get_option('endpoint_revice_order', 'meal_prep_other');
     213        return 'meal-revice-revice';
    214214    }
    215215
     
    351351function ftp_prefix_modify_query_order($query)
    352352{
     353    if (!is_admin()){
     354        return $query;
     355    }
     356
    353357    if (is_main_query()) {
    354358
     
    376380            }
    377381        }
     382
     383        $posts_per_page = 0;
     384        $posts_per_page = apply_filters('fpt_meal_posts_per_page', $posts_per_page);
     385        if ($posts_per_page) {
     386            $query->set('posts_per_page', $posts_per_page);
     387        } // end if
     388
    378389    }
    379390}
     
    381392add_action('pre_get_posts', 'ftp_prefix_modify_query_order');
    382393
    383 add_action('init', 'ftp_register_param');
    384 function ftp_register_param()
    385 {
    386     global $wp;
    387     $wp->add_query_var('sortby');
    388 }
     394
     395
  • food-to-prep/trunk/includes/MP_Setting.php

    r2164498 r2178956  
    88    {
    99        private $settings_default = array(
    10             'post_per_page' => '3',
    1110            'currency' => 'USD'
    1211        );
     
    3736        }
    3837
    39         public function get_post_per_page()
    40         {
    41             return isset($this->settings['post_per_page']) ? $this->settings['post_per_page'] : $this->settings_default['post_per_page'];
    42         }
    43 
    4438        public function get_currency_symbol()
    4539        {
  • food-to-prep/trunk/languages/meal-prep.pot

    r2174763 r2178956  
    55"Project-Id-Version: \n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/food-to-prep\n"
    7 "POT-Creation-Date: 2019-10-17 09:17:54+00:00\n"
     7"POT-Creation-Date: 2019-10-24 03:30:44+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    2525"X-Generator: grunt-wp-i18n 1.0.3\n"
    2626
     27#: admin/admin-support.php:26
     28msgid "Supports"
     29msgstr ""
     30
     31#: admin/admin-support.php:28
     32msgid "Technical support for clients is available via plugin"
     33msgstr ""
     34
     35#: admin/admin-support.php:28
     36msgid "forum"
     37msgstr ""
     38
    2739#: class-wp-osa.php:509
    2840msgid "Choose File"
     
    3345msgstr ""
    3446
    35 #: food-to-prep.php:230
     47#: food-to-prep.php:232
    3648msgid "Pending payment <span class=\"count\">(%s)</span>"
    3749msgid_plural "Pending payment <span class=\"count\">(%s)</span>"
     
    3951msgstr[1] ""
    4052
    41 #: food-to-prep.php:238
     53#: food-to-prep.php:240
    4254msgid "Processing <span class=\"count\">(%s)</span>"
    4355msgid_plural "Processing <span class=\"count\">(%s)</span>"
     
    4557msgstr[1] ""
    4658
    47 #: food-to-prep.php:246
     59#: food-to-prep.php:248
    4860msgid "Cancelled <span class=\"count\">(%s)</span>"
    4961msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
     
    5163msgstr[1] ""
    5264
    53 #: food-to-prep.php:254
     65#: food-to-prep.php:256
    5466msgid "Completed <span class=\"count\">(%s)</span>"
    5567msgid_plural "Completed <span class=\"count\">(%s)</span>"
     
    91103msgstr ""
    92104
    93 #: post-types/CPT_MP_Meal.php:49 post-types/CPT_MP_Meal.php:73
     105#: post-types/CPT_MP_Meal.php:50 post-types/CPT_MP_Meal.php:74
    94106msgid "Meals"
    95107msgstr ""
    96108
    97 #: post-types/CPT_MP_Meal.php:50
     109#: post-types/CPT_MP_Meal.php:51
    98110msgid "Meal"
    99111msgstr ""
    100112
    101 #: post-types/CPT_MP_Meal.php:51
     113#: post-types/CPT_MP_Meal.php:52
    102114msgid "All Meals"
    103115msgstr ""
    104116
    105 #: post-types/CPT_MP_Meal.php:52
     117#: post-types/CPT_MP_Meal.php:53
    106118msgid "Meal Archives"
    107119msgstr ""
    108120
    109 #: post-types/CPT_MP_Meal.php:53
     121#: post-types/CPT_MP_Meal.php:54
    110122msgid "Meal Attributes"
    111123msgstr ""
    112124
    113 #: post-types/CPT_MP_Meal.php:54
     125#: post-types/CPT_MP_Meal.php:55
    114126msgid "Insert into Meal"
    115127msgstr ""
    116128
    117 #: post-types/CPT_MP_Meal.php:55
     129#: post-types/CPT_MP_Meal.php:56
    118130msgid "Uploaded to this Meal"
    119131msgstr ""
    120132
    121 #: post-types/CPT_MP_Meal.php:60
     133#: post-types/CPT_MP_Meal.php:61
    122134msgid "Filter Meals list"
    123135msgstr ""
    124136
    125 #: post-types/CPT_MP_Meal.php:61
     137#: post-types/CPT_MP_Meal.php:62
    126138msgid "Meals list navigation"
    127139msgstr ""
    128140
    129 #: post-types/CPT_MP_Meal.php:62
     141#: post-types/CPT_MP_Meal.php:63
    130142msgid "Meals list"
    131143msgstr ""
    132144
    133 #: post-types/CPT_MP_Meal.php:63
     145#: post-types/CPT_MP_Meal.php:64
    134146msgid "New Meal"
    135147msgstr ""
    136148
    137 #: post-types/CPT_MP_Meal.php:64 post-types/CPT_MP_Order.php:56
     149#: post-types/CPT_MP_Meal.php:65 post-types/CPT_MP_Order.php:56
    138150msgid "Add New"
    139151msgstr ""
    140152
    141 #: post-types/CPT_MP_Meal.php:65
     153#: post-types/CPT_MP_Meal.php:66
    142154msgid "Add New Meal"
    143155msgstr ""
    144156
    145 #: post-types/CPT_MP_Meal.php:66
     157#: post-types/CPT_MP_Meal.php:67
    146158msgid "Edit Meal"
    147159msgstr ""
    148160
    149 #: post-types/CPT_MP_Meal.php:67
     161#: post-types/CPT_MP_Meal.php:68
    150162msgid "View Meal"
    151163msgstr ""
    152164
    153 #: post-types/CPT_MP_Meal.php:68
     165#: post-types/CPT_MP_Meal.php:69
    154166msgid "View Meals"
    155167msgstr ""
    156168
    157 #: post-types/CPT_MP_Meal.php:69
     169#: post-types/CPT_MP_Meal.php:70
    158170msgid "Search Meals"
    159171msgstr ""
    160172
    161 #: post-types/CPT_MP_Meal.php:70
     173#: post-types/CPT_MP_Meal.php:71
    162174msgid "No Meals found"
    163175msgstr ""
    164176
    165 #: post-types/CPT_MP_Meal.php:71
     177#: post-types/CPT_MP_Meal.php:72
    166178msgid "No Meals found in trash"
    167179msgstr ""
    168180
    169 #: post-types/CPT_MP_Meal.php:72
     181#: post-types/CPT_MP_Meal.php:73
    170182msgid "Parent Meal:"
    171183msgstr ""
    172184
    173 #: post-types/CPT_MP_Meal.php:103
     185#: post-types/CPT_MP_Meal.php:104
    174186msgid "Meal Categories"
    175187msgstr ""
    176188
    177 #: post-types/CPT_MP_Meal.php:104
     189#: post-types/CPT_MP_Meal.php:105
    178190msgid "Meal Category"
    179191msgstr ""
    180192
    181 #: post-types/CPT_MP_Meal.php:105
     193#: post-types/CPT_MP_Meal.php:106
    182194msgid "Search Meal Category"
    183195msgstr ""
    184196
    185 #: post-types/CPT_MP_Meal.php:106
     197#: post-types/CPT_MP_Meal.php:107
    186198msgid "All Meal Category"
    187199msgstr ""
    188200
    189 #: post-types/CPT_MP_Meal.php:107
     201#: post-types/CPT_MP_Meal.php:108
    190202msgid "Parent Meal Category"
    191203msgstr ""
    192204
    193 #: post-types/CPT_MP_Meal.php:108
     205#: post-types/CPT_MP_Meal.php:109
    194206msgid "Parent Meal Category:"
    195207msgstr ""
    196208
    197 #: post-types/CPT_MP_Meal.php:109
     209#: post-types/CPT_MP_Meal.php:110
    198210msgid "Update Meal Category"
    199211msgstr ""
    200212
    201 #: post-types/CPT_MP_Meal.php:110
     213#: post-types/CPT_MP_Meal.php:111
    202214msgid "Add New Meal Category"
    203215msgstr ""
    204216
    205 #: post-types/CPT_MP_Meal.php:111
     217#: post-types/CPT_MP_Meal.php:112
    206218msgid "New Meal Category Name"
    207219msgstr ""
    208220
    209 #: post-types/CPT_MP_Meal.php:112
     221#: post-types/CPT_MP_Meal.php:113
    210222msgid "Categories"
    211223msgstr ""
    212224
    213 #: post-types/CPT_MP_Meal.php:161
     225#: post-types/CPT_MP_Meal.php:162
    214226msgid "Normal Price"
    215227msgstr ""
    216228
    217 #: post-types/CPT_MP_Meal.php:165
     229#: post-types/CPT_MP_Meal.php:166
    218230msgid "Special Price"
    219231msgstr ""
    220232
    221 #: post-types/CPT_MP_Meal.php:208 templates/cart/cart-content.php:8
     233#: post-types/CPT_MP_Meal.php:209 templates/cart/cart-content.php:8
     234#: templates/cart/cart-content.php:27
    222235#: templates/emails/customer-new-order.php:17
    223236msgid "Quantity"
    224237msgstr ""
    225238
    226 #: post-types/CPT_MP_Meal.php:210
     239#: post-types/CPT_MP_Meal.php:211
    227240msgid "Unit"
    228241msgstr ""
    229242
    230 #: post-types/CPT_MP_Meal.php:248 templates/cart/cart-content.php:7
     243#: post-types/CPT_MP_Meal.php:250 templates/cart/cart-content.php:7
     244#: templates/cart/cart-content.php:26
    231245#: templates/emails/customer-new-order.php:18
    232246msgid "Price"
     
    378392
    379393#: post-types/CPT_MP_Order.php:305 post-types/CPT_MP_Order.php:317
    380 #: templates/cart/cart-content.php:50 templates/cart/checkout-content.php:6
     394#: templates/cart/cart-content.php:48 templates/cart/checkout-content.php:6
    381395#: templates/cart/checkout-content.php:28
    382396#: templates/emails/customer-new-order.php:49
     
    396410msgstr ""
    397411
    398 #: templates/cart/cart-content.php:6 templates/cart/checkout-content.php:5
     412#: templates/cart/cart-content.php:6 templates/cart/cart-content.php:24
     413#: templates/cart/checkout-content.php:5
    399414#: templates/emails/customer-new-order.php:16
    400415msgid "Product"
    401416msgstr ""
    402417
    403 #: templates/cart/cart-content.php:41
     418#: templates/cart/cart-content.php:39
    404419msgid "Cart totals"
    405420msgstr ""
    406421
    407 #: templates/cart/cart-content.php:46 templates/cart/checkout-content.php:24
     422#: templates/cart/cart-content.php:44 templates/cart/checkout-content.php:24
    408423msgid "Subtotal"
    409424msgstr ""
    410425
    411 #: templates/cart/cart-content.php:57
     426#: templates/cart/cart-content.php:56
    412427msgid "Proceed to checkout"
    413428msgstr ""
     
    463478msgstr ""
    464479
    465 #: templates/page-meal-list.php:63
     480#: templates/page-meal-list.php:69
    466481msgid "Prev"
    467482msgstr ""
    468483
    469 #: templates/page-meal-list.php:64
     484#: templates/page-meal-list.php:70
    470485msgid "Next"
    471486msgstr ""
     
    479494msgstr ""
    480495
    481 #: wposa-init.php:16
     496#: wposa-init.php:17
     497msgid "General Settings"
     498msgstr ""
     499
     500#: wposa-init.php:25
    482501msgid "PayPal Settings"
    483502msgstr ""
    484503
    485 #: wposa-init.php:23
    486 msgid "General Settings"
    487 msgstr ""
    488 
    489 #: wposa-init.php:33
     504#: wposa-init.php:35
    490505msgid "Client ID"
    491506msgstr ""
    492507
    493 #: wposa-init.php:34
     508#: wposa-init.php:36
    494509msgid "PayPal Client ID"
    495510msgstr ""
    496511
    497 #: wposa-init.php:45
     512#: wposa-init.php:47
    498513msgid "Client Secret"
    499514msgstr ""
    500515
    501 #: wposa-init.php:46
     516#: wposa-init.php:48
    502517msgid "PayPal Client Secret ID"
    503518msgstr ""
    504519
    505 #: wposa-init.php:57
     520#: wposa-init.php:59
    506521msgid "Enable Sandbox Mode"
    507522msgstr ""
    508523
    509 #: wposa-init.php:58
     524#: wposa-init.php:60
    510525msgid "Enable PayPal sandbox to test payments."
    511526msgstr ""
    512527
    513 #: wposa-init.php:76
     528#: wposa-init.php:78
    514529msgid "Menu"
    515530msgstr ""
    516531
    517 #: wposa-init.php:77
    518 msgid "Page content for Menu page. This display list food."
    519 msgstr ""
    520 
    521 #: wposa-init.php:89
     532#: wposa-init.php:79
     533msgid "Content for Menu page. This page will displays the food list."
     534msgstr ""
     535
     536#: wposa-init.php:91
    522537msgid "Order Confirmation Page"
    523538msgstr ""
    524539
    525 #: wposa-init.php:90
    526 msgid "Redirect the user to this page after they purchase. payment success."
    527 msgstr ""
    528 
    529 #: wposa-init.php:101
     540#: wposa-init.php:92
     541msgid "Redirect users to this page after they finish their orders."
     542msgstr ""
     543
     544#: wposa-init.php:103
    530545msgid "Cart Page"
    531546msgstr ""
    532547
    533 #: wposa-init.php:102
    534 msgid "Display the user's shopping cart on this page."
    535 msgstr ""
    536 
    537 #: wposa-init.php:113
     548#: wposa-init.php:114
    538549msgid "Checkout Page"
    539550msgstr ""
    540551
    541 #: wposa-init.php:114
    542 msgid "Display the checkout on this page."
    543 msgstr ""
    544 
    545552#: wposa-init.php:125
    546 msgid "Order Review Page"
    547 msgstr ""
    548 
    549 #: wposa-init.php:147
    550 msgid "Meals Per Page"
    551 msgstr ""
    552 
    553 #: wposa-init.php:164
     553msgid "Settings"
     554msgstr ""
     555
     556#: wposa-init.php:141
    554557msgid "Currency"
    555558msgstr ""
    556559
    557 #: wposa-init.php:165
    558 msgid "Which currency would you like to run your shop in?."
    559 msgstr ""
    560 
    561 #: food-to-prep.php:225
     560#: wposa-init.php:142
     561msgid "Choose the currency to be displayed for your website."
     562msgstr ""
     563
     564#: food-to-prep.php:227
    562565msgctxt "Order status"
    563566msgid "Pending payment"
    564567msgstr ""
    565568
    566 #: food-to-prep.php:233
     569#: food-to-prep.php:235
    567570msgctxt "Order status"
    568571msgid "Processing"
    569572msgstr ""
    570573
    571 #: food-to-prep.php:241
     574#: food-to-prep.php:243
    572575msgctxt "Order status"
    573576msgid "Cancelled"
    574577msgstr ""
    575578
    576 #: food-to-prep.php:249
     579#: food-to-prep.php:251
    577580msgctxt "Order status"
    578581msgid "Completed"
    579582msgstr ""
    580583
    581 #: post-types/CPT_MP_Meal.php:56
     584#: post-types/CPT_MP_Meal.php:57
    582585msgctxt "meal"
    583586msgid "Featured Image"
    584587msgstr ""
    585588
    586 #: post-types/CPT_MP_Meal.php:57
     589#: post-types/CPT_MP_Meal.php:58
    587590msgctxt "meal"
    588591msgid "Set featured image"
    589592msgstr ""
    590593
    591 #: post-types/CPT_MP_Meal.php:58
     594#: post-types/CPT_MP_Meal.php:59
    592595msgctxt "meal"
    593596msgid "Remove featured image"
    594597msgstr ""
    595598
    596 #: post-types/CPT_MP_Meal.php:59
     599#: post-types/CPT_MP_Meal.php:60
    597600msgctxt "meal"
    598601msgid "Use as featured image"
  • food-to-prep/trunk/post-types/CPT_MP_Meal.php

    r2174649 r2178956  
    2323            add_action('init', array($this, 'meal_category_inti'), 0);
    2424
     25            add_action('init', array($this, 'ftp_register_param'));
     26
     27
    2528            add_filter("manage_{$this->post_type}_posts_columns", array($this, 'set_custom_edit_meal_columns'));
    2629
     
    3033            add_action('save_post', array($this, 'save_meal_cpt_meta'));
    3134
    32             add_filter( 'single_template', array($this, 'get_custom_post_type_template') );
    33             add_filter( 'taxonomy_template', array($this, 'filter_category_template') );
    34 
    35         }
    36 
    37 
     35            add_filter('single_template', array($this, 'get_custom_post_type_template'));
     36            add_filter('taxonomy_template', array($this, 'filter_category_template'));
     37
     38        }
    3839
    3940
     
    245246         * @return mixed
    246247         */
    247         function set_custom_edit_meal_columns($columns){
     248        function set_custom_edit_meal_columns($columns)
     249        {
    248250            $columns['price'] = __('Price', 'food-to-prep');
    249251
     
    270272
    271273
    272         function get_custom_post_type_template( $single_template ) {
    273             global $post;
    274 
    275             if ( $this->post_type === $post->post_type ) {
     274        function get_custom_post_type_template($single_template)
     275        {
     276            global $post;
     277
     278            if ($this->post_type === $post->post_type) {
    276279                $single_template = FoodToPrep::template_patch() . 'single-meal.php';
    277280            }
     
    280283        }
    281284
    282         function filter_category_template( $template ) {
     285        function filter_category_template($template)
     286        {
    283287
    284288            if (is_tax($this->category)) {
     
    288292            return $template;
    289293        }
     294
     295
     296        function ftp_register_param()
     297        {
     298            global $wp;
     299            $wp->add_query_var('sortby');
     300        }
    290301    }
    291302
  • food-to-prep/trunk/readme.txt

    r2178183 r2178956  
    5656== Changelog ==
    5757
     58= 0.1.12, October 24, 2019 =
     59* Add filter WP_Query fpt_meal_posts_per_page.
     60
     61= 0.1.11, October 23, 2019 =
     62* Update reponsive
     63* Add support forum
     64* Improved strings
     65
    5866= 0.1.10, October 17, 2019 =
    5967* Update reponsive
  • food-to-prep/trunk/templates/page-meal-list.php

    r2174739 r2178956  
    55 *
    66 */
     7
     8add_action('pre_get_posts', 'ftp_modify_query_exclude_category');
     9
     10function ftp_modify_query_exclude_category(){
     11
     12}
    713
    814get_header();
  • food-to-prep/trunk/templates/page-revice-revice.php

    r2164498 r2178956  
    11<?php
     2
     3if (!isset($_GET['orderId']))
     4    return false;
    25
    36$orderId = sanitize_text_field($_GET['orderId']);
  • food-to-prep/trunk/wposa-init.php

    r2174763 r2178956  
    1010     * Object for the class `MTP_Dashboard_Settings`.
    1111     */
    12     // Section: Basic Settings.
    13     MTP_OSA()->add_section(
    14         array(
    15             'id'    => 'meal_prep_paypal_express',
    16             'title' => __( 'PayPal Settings', 'food-to-prep' ),
    17         )
    18     );
     12
    1913    // Section: General Settings.
    2014    MTP_OSA()->add_section(
     
    2216            'id'    => 'meal_prep_other',
    2317            'title' => __( 'General Settings', 'food-to-prep' ),
     18        )
     19    );
     20
     21    // Section: Payment Settings.
     22    MTP_OSA()->add_section(
     23        array(
     24            'id'    => 'meal_prep_paypal_express',
     25            'title' => __( 'PayPal Settings', 'food-to-prep' ),
    2426        )
    2527    );
     
    7577            'type'    => 'select',
    7678            'name'    => __( 'Menu', 'food-to-prep' ),
    77             'desc'    => __( 'Page content for Menu page. This display list food.', 'food-to-prep' ),
     79            'desc'    => __( 'Content for Menu page. This page will displays the food list.', 'food-to-prep' ),
    7880            'options' => $page_options
    7981        )
     
    8890            'type'    => 'select',
    8991            'name'    => __( 'Order Confirmation Page', 'food-to-prep' ),
    90             'desc'    => __( 'Redirect the user to this page after they purchase. payment success.', 'food-to-prep' ),
     92            'desc'    => __( 'Redirect users to this page after they finish their orders.', 'food-to-prep' ),
    9193            'options' => $page_options
    9294        )
     
    100102            'type'    => 'select',
    101103            'name'    => __( 'Cart Page', 'food-to-prep' ),
    102             'desc'    => __( 'Display the user\'s shopping cart on this page.', 'food-to-prep' ),
    103104            'options' => $page_options
    104105        )
     
    112113            'type'    => 'select',
    113114            'name'    => __( 'Checkout Page', 'food-to-prep' ),
    114             'desc'    => __( 'Display the checkout on this page.', 'food-to-prep' ),
    115115            'options' => $page_options
    116116        )
    117117    );
    118 
    119     // Field: Endpoint revice order.
    120     MTP_OSA()->add_field(
    121         'meal_prep_other',
    122         array(
    123             'id'      => 'endpoint_revice_order',
    124             'type'    => 'text',
    125             'name'    => __( 'Order Review Page', 'food-to-prep' ),
    126             'default' => 'meal-revice-revice',
    127         )
    128     );
    129 
    130118
    131119    // Field: Thanks you page.
     
    135123            'id'      => 'title',
    136124            'type'    => 'title',
    137             'name'    => '<h3>Settings</h3>',
    138         )
    139     );
    140 
    141     // Field: Client ID
    142     MTP_OSA()->add_field(
    143         'meal_prep_other',
    144         array(
    145             'id'      => 'post_per_page',
    146             'type'    => 'number',
    147             'name'    => __( 'Meals Per Page', 'food-to-prep' ),
    148             'default' => '3',
     125            'name'    => '<h3>'. __('Settings', 'food-to-prep') .'</h3>',
    149126        )
    150127    );
     
    163140            'type'    => 'select',
    164141            'name'    => __( 'Currency', 'food-to-prep' ),
    165             'desc'    => __( 'Which currency would you like to run your shop in?.', 'food-to-prep' ),
     142            'desc'    => __( 'Choose the currency to be displayed for your website.', 'food-to-prep' ),
    166143            'options' => $currency_support
    167144        )
Note: See TracChangeset for help on using the changeset viewer.