mostafashenawy86
Forum Replies Created
-
Thank you for your help, My partner removed the plugin and reinstalled it again, now issue is gone
- This reply was modified 4 years, 7 months ago by mostafashenawy86.
Hello Andreas,
I got a confirmation from PP, that paypal plus account is active , but as I mentioned above the issue still exist in both sandbox and live mode
Hello Andreas,
Thank you for your reply, but the same issue appear on sandbox mode, are these points you mentioned required on sandbox mode also?
These are arguments used to create CPT mentioned above
$labels = array(
‘name’ => ‘Franchisee coaches’,
‘singular_name’ => ‘Franchisee coache’,
‘menu_name’ => ‘Franchisee coaches’,
‘name_admin_bar’ => ‘Franchisee coache’,
‘add_new’ => ‘Add New’,
‘add_new_item’ => ‘Add New Franchisee coache’,
‘new_item’ => ‘New Franchisee coache’,
‘edit_item’ => ‘Edit Franchisee coache’,
‘view_item’ => ‘View Franchisee coache’,
‘all_items’ => ‘All Franchisee coaches’,
‘search_items’ => ‘Search Franchisee coaches’,
‘parent_item_colon’ => ‘Parent Franchisee coaches:’,
‘not_found’ => ‘No Franchisee coaches found.’,
‘not_found_in_trash’ => ‘No Franchisee coaches found in Trash.’,
);$args = array(
‘labels’ => $labels,
‘public’ => true,
‘publicly_queryable’ => true,
‘show_ui’ => true,
‘show_in_menu’ => true,
‘menu_icon’ => ‘dashicons-id-alt’,
‘query_var’ => true,
‘rewrite’ => array( ‘slug’ => ‘franchisee-coaches’ ),
‘capability_type’ => array(‘franchisee_coach’, ‘franchisee_coaches’),
‘map_meta_cap’ => true,
‘has_archive’ => true,
‘hierarchical’ => false,
‘menu_position’ => 40,
‘supports’ => array( ‘title’, ‘thumbnail’ )
);register_post_type( ‘franchisee-coaches’, $args );
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review form issueThank you