বৰ্ণনা
This plugin enables logging of all calls to the WordPress REST API. You can view all logs from the WordPress Admin under API Log Pro.
WP-CLI Support
This plugin offers some basic wp-cli support. You can use the following command to delete all the logs in the db.
wp api-log-pro delete
ইনষ্টলেশ্যন
- Copy the
api-log-pro
folder into yourwp-content/plugins
folder - Activate the
API Log Pro
plugin via the plugin admin page
সঘনাই উত্থাপিত প্ৰশ্ন
-
What is the difference between outgoing and incoming logs?
-
Incoming are requests made to the WordPress Reset API, while outbound requests are made to 3rd party API services using the wp_remote_request() function.
-
How long are logs kept?
-
Currently logs are kept for 15 days.
-
Can I view the log via the api?
-
Yes, you can use the WordPress api to view the logs if you have
manage options
permissions as a WordPress User. Here is the endpoint:/wp-json/api-log-pro/v1/logs
পৰ্য্যালোচনা
এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“API Log Pro” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “API Log Pro” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
0.0.1
- First Release, please read CHANGELOG.md for all changes.