Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Use SearchWP's debugger to log your own messages
<?php
do_action( 'searchwp_log', 'This is my log message, it will be timestamped automatically' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment