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
| // Make pages automatically checked private in EDD, and select specific download buyers to restrict to | |
| // Change val("86") to the option that you want pre-selected | |
| add_action( 'admin_head', 'pw_edd_cr_admin_head', 20 ); | |
| function pw_edd_cr_admin_head() { | |
| echo '<script type="text/javascript">jQuery(function($){ $("#edd_cr_active_only").attr("checked", "1"); $("#edd_cr_download_id").val("86"); });</script>'; | |
| } |
NewerOlder