Tagged Questions
0
votes
1answer
40 views
How do I allow certain users to make a certain type of post?
Here's a brief summary of how my site is setup:
I have a relatively simple Intranet site. Right now I am utilizing posts as a means to provide news to users. I am also using pages. I only want ...
1
vote
1answer
28 views
correct tags for validating input types
I have following types of theme options inputs, which I need to validate.
$numbers = "#1234";
$email = "abc@example.com";
$simeple_text = "How's going?";
$code = "<script ...
-1
votes
1answer
279 views
suspicious boolean.php file in wp web root [closed]
Today I noticed in my web root a suspicious php file: boolian.php and serveral .html files with random names, all containing trojans.
I remember yesterday I just uploaded and activated few themes I ...
1
vote
3answers
89 views
Why users disable the WordPress update?
Users install plugins which disable update reminders.
Plugins:
disable WordPress Core Updates
disable WordPress Plugin Updates
disable WordPress Theme Updates
Look at the counter of plugins ...
-1
votes
2answers
474 views
How can I build an e-commerce website with wordpress for selling services? [closed]
If that is possible, I would want my site to be the safest possible and most secure when it comes to online monetary transactions. is that possible with wordpress? Also, are there any good themes ...
14
votes
13answers
1k views
What Are Security Best Practices for WordPress Plugins and Themes? [closed]
As suggested in this question, I am adding this topic as a new question, for community discussion/voting regarding best-practices for Plugin/Theme security.
Here is the starting checklist, based on ...