sudo chcon -t httpd_sys_rw_content_t {path_of_your_project_directory} -R
Product Import Export for WooCommerce
This plugin works!
If you want to Export & Import products from WooCommerce, this is the solution for you.
https://www.webtoffee.com/product/product-import-export-woocommerce/
https://www.webtoffee.com/export-woocommerce-products-with-images/
Fatal error (#200) – If posting to a group, requires app being installed in the group
Fatal error: Uncaught Facebook\Exceptions\FacebookAuthorizationException: (#200) If posting to a group, requires app being installed in the group, and \ either publish_to_groups permission with user token, or both manage_pages \ and publish_pages permission with page token; If posting to a page, \ requires both manage_pages and publish_pages as an admin with \ sufficient administrative permission in
https://developers.facebook.com/community/threads/243630770409028/
https://developers.facebook.com/support/bugs/279765279722466/
PHPMailer smtp gmail
Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Turn your gmail account Less secure app access ON.

Import Failed Error: error (0)

Your site/server might be serving on HTTP and using a proxy to server HTTPS.
Test without the proxy.
Adios FeedBurner


Ajax Error Unsupported Media Type
$.ajax({
(...)
datatype:'json',
contentType:'application/json',
data:JSON.stringify(data),
(...)
})
add postmeta on wp admin
add_filter('manage_post_posts_columns', function($columns) {
return array_merge($columns, ['source_domain' => __('URL', 'textdomain')]);
});
add_action('manage_post_posts_custom_column', function($column_key, $post_id) {
if ($column_key == 'source_domain') {
$source_domain = get_post_meta($post_id, 'source_domain', true);
//if ($source_domain == 1) {} else {}
echo $source_domain;
}
}, 10, 2);
As seen on
PHP MySQL to MySQLi migration shim library
odysee.com


lbry.tv is being retired in favor of odysee.com You will have to switch to the desktop app or odysee.com in the near future. Your existing login details will work on odysee.com and all of your and other settings will be there.