Yakir Sitbon
Forum Replies Created
-
Forum: Plugins
In reply to: [Temporary Login] Cannot create temp loginHi,
Please try reinstalling the plugin and ensure that you have cleared the cache as well.
Hi,
We use two types of data:- User settings stored in the
wp_optionstable. - Event log entries stored in a custom table.
In the settings, you can configure when to clean up old entries.
Additionally, if your installation is multisite, each site has its own separate table.
The linker will change your posts to Linker. But the way, it’s still good to save the Permalink again.
You can use the linker as a
postpost type. To do so, use the following code:add_filter( 'linker_post_type_slug', function ( $cpt ) {
return 'post';
} );
add_filter( 'linker_skip_register_post_type', '__return_true' );Good luck.
Hello @petitshoo
It’s a really simple filter, and here’s how to use it:
add_filter( 'linker_prefix_slug', function( $slug ) {
return 'what-you-want-return';
} );Keep in mind, after applying your code, go to the Permalink settings page and reapply the settings.
Forum: Plugins
In reply to: [Temporary Login] Error fatal with plugin useThis is not the correct plugin.
Forum: Plugins
In reply to: [Temporary Login] Error fatal after last updateHi,
We’re sorry to hear that you’re experiencing an issue with the latest version. Could you confirm if the plugin was updated correctly? If the issue persists, we recommend reinstalling it to ensure everything is set up properly.
Please note that the latest version did not include any changes related to those specific files. Let us know if you need further assistance!
Forum: Plugins
In reply to: [Temporary Login] Content attributionHello @gavpedz
We’ve just released a new version of the plugin that includes your requested feature!
Thanks
Forum: Plugins
In reply to: [Temporary Login] Content attributionOkay, thanks for your feedback!
I’ll check it out. Maybe the content should be moved to who created the temp user. What do you think about that?Forum: Plugins
In reply to: [Temporary Login] Content attributionHello @gavpedz
All posts created by this user will be removed.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] sidebars_widgetsI’m not sure why, the plugin just lisent to change event from WordPress.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] sidebars_widgetsHello, this is ancient code from WordPress before Gutenberg blocks were created. You can find it on old themes by this URL:
/wp-admin/widgets.phpBest,
YakirI’ve been looking through the WC source code but can’t find the page. Could you please check it again for me?
https://plugins.trac.ww.wp.xz.cn/browser/woocommerce/#trunk/src/Internal/Orders
https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/src/Internal/Orders
Forum: Plugins
In reply to: [Temporary Login] Great but does not bypass 2FAHi,
Can you tell me which 2FA plugin are you using?
It should be.
- User settings stored in the