Created
August 5, 2022 17:34
-
-
Save jchristopher/f86cd00b17019e959f51ef7c072fbafe to your computer and use it in GitHub Desktop.
Customize the OrganizeWP debug directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Customize the OrganizeWP debug directory. | |
add_filter( 'organizewp/debug/dir', function( $dir ) { | |
return wp_upload_dir()['basedir']; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment