Changes between Initial Version and Version 2 of Ticket #50641
- Timestamp:
- 07/13/2020 05:40:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50641
- Property Resolution → invalid
- Property Status new → closed
- Property Milestone Awaiting Review
- Property Severity critical → normal
-
Ticket #50641 – Description
initial v2 13 13 14 14 1 - Add this function to the theme functions.php: 15 {{{ 15 16 function test() { 16 17 fopen("/var/www/html/yourpath/test." . random_int(0, 100000), "w"); … … 18 19 } 19 20 add_action('wp_ajax_test', 'test'); 20 21 }}} 21 22 2 - Access the URL: /wp-admin/admin-ajax.php?action=test 22 23
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)