devmania
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post names (slugs) getting insufficientThank you for your reply.
I wonder why the URL encoding process was added inside the sanitization process.
I think it’s possible to save and retrieve UTF-8 characters like Russian and Vietnamese?letters from the database in their original format.
Forum: Plugins
In reply to: [WP Job Manager] How to translate Job categories?Forum: Plugins
In reply to: [WP Job Manager] How to translate Job categories?Hi, generally speaking, Polylang does support added custom post types and taxonomies like job listings and job types, but for categories, I don’t know why they are not supported, probably they are declared/added in a special way that makes them incompatible with Polylang.
Is there a filter hook related to categories that can be used to translate caetgories within functions.php at specific moments for example when rendering the categroies in the <select> items.
I can create a lookup array to translate them before rendering.Forum: Fixing WordPress
In reply to: Found a strange file in WordPress rootHi,
The provided link is a dummy example. I prefer not disclosing my own domain for security and privacy.
You can visit a link in the Google Search Results, it’s already returning a huge number of affected websites. I guess: About 47,500 results (0.34 seconds).
It may be a wide-spread security exploit that may require the intervention of WordPress team, but I am not sure if it’s convenient to inform them. That’s why I posted here.
Sharing the PHP file => it’s encrypted and may contains sensitive data about my site. So, posting it on public is risky. I can share it with authoritative WP team member.
It starts with:
<?php /* — enphp : https://github.com/djunny/enphp */ error_reporting(E_ALL^E_NOTICE);
And contains some known PHP functions and a lot of weird characters like 3??…I cleaned my website and used some well-known WP plugins and updated everything (core, themes, plugins, ..).
Why I am posting this message?
To know more about that issue if someone else already knows about that and also be an informative topic for people that may have the same problem.
It sounds that this script only creates promotional posts on the fly.- This reply was modified 2 years, 10 months ago by devmania.
Forum: Plugins
In reply to: [ElasticPress] ElasticPress returns recent posts instead of related postsHello,
More info:
Current WordPress version: WordPress 5.7.2
Only 3 active plugins: Debug Bar, Debug Bar ElasticPress, ElasticPress Version 3.6.1
Same outcome with elasticsearch-7.9.0 and elasticsearch-7.13.4