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 | |
| /* | |
| * Set the following constants in wp-config.php | |
| * These should be added somewhere BEFORE the | |
| * constant ABSPATH is defined. | |
| */ | |
| define( 'SMTP_USER', '[email protected]' ); // Username to use for SMTP authentication | |
| define( 'SMTP_PASS', 'smtp password' ); // Password to use for SMTP authentication |
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 | |
| // with wordpress native functions | |
| echo get_extended($p->post_content)['main']; | |
| echo get_extended($p->post_content)['extended']; | |
| // with own function (wordpress own function has problems with enabled p tags) | |
| function wp_split_more($content, $type, $more_html = null) { | |
| $return = [ |
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
| register_activation_hook( __FILE__, 'my_plugin_create_db' ); | |
| function my_plugin_create_db() { | |
| // Create DB Here | |
| } |
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
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |