$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>posting - I am trying to add checkbox for anonymous post on form post|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

posting - I am trying to add checkbox for anonymous post on form post

matteradmin9PV0评论

i wanna add new feature on my wordpress site post as anonymously i tried to customize the form field and add a new field and the database but there are too files and instruction to store form data in the data base and not found how to custom wordpress code .

please can anyone help me ?

i wanna add new feature on my wordpress site post as anonymously i tried to customize the form field and add a new field and the database but there are too files and instruction to store form data in the data base and not found how to custom wordpress code .

please can anyone help me ?

Share Improve this question asked Jan 31, 2019 at 13:55 Mohammed R. Al-ShobakiMohammed R. Al-Shobaki 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

First of all don't ever edit core files. Your changes will be lost on update. WordPress has a great way to expand as needed called Plugin.

As you don't have enough knowledge about how WordPress works I suggest to use this ready made solution to avoid any risk. Here is the link

Post a comment

comment list (0)

  1. No comments so far