http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
| Type | Protocol | Port Range | Destination |
|---|---|---|---|
| SSH | TCP | 22 | 0.0.0.0/0 |
| import android.support.annotation.Nullable; | |
| import android.util.Base64; | |
| import java.nio.ByteBuffer; | |
| import java.security.SecureRandom; | |
| import javax.crypto.Cipher; | |
| import javax.crypto.spec.IvParameterSpec; | |
| import javax.crypto.spec.SecretKeySpec; |
| <?php | |
| /* Plugin Name: Where am I? | |
| * Description: Adds the current server name and WordPress path to the admin footer. | |
| * Version: 2015.07.04 | |
| * Author: toscho | |
| * Author URI: http://wpkrauts.com/ | |
| * License: MIT | |
| * License URI: http://opensource.org/licenses/MIT | |
| */ | |
| add_filter( 'admin_footer_text', function( $text ) { |
| <?php | |
| /* | |
| WordPress Theme Template Hierarchy Last updated for WordPress 5.4 | |
| ================================== | |
| This diagram is partially simplified for legibility. To view the complete template hierarchy in use on your site see the | |
| Template panel in the Query Monitor plugin. |
| /* First we need to extend main profile tabs */ | |
| add_filter('um_profile_tabs', 'add_custom_profile_tab', 1000 ); | |
| function add_custom_profile_tab( $tabs ) { | |
| $tabs['mycustomtab'] = array( | |
| 'name' => 'My custom tab', | |
| 'icon' => 'um-faicon-comments', | |
| ); | |
| <?php | |
| /* | |
| * | |
| * Use the examples below to add your own servers. Coded by clone1018 [?] | |
| * | |
| */ | |
| $title = "Simple Server Status"; // website's title | |
| $servers = array( | |
| 'Google Web Search' => array( |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <templateSet group="WordPress"> | |
| <template name="aa" value="add_action( '$hook$', '$callback$' ); $END$" description="add_action" toReformat="false" toShortenFQNames="true"> | |
| <variable name="hook" expression="" defaultValue="" alwaysStopAt="true" /> | |
| <variable name="callback" expression="" defaultValue="" alwaysStopAt="true" /> | |
| <context> | |
| <option name="HTML_TEXT" value="false" /> | |
| <option name="HTML" value="false" /> | |
| <option name="XSL_TEXT" value="false" /> | |
| <option name="XML" value="false" /> |
| <? | |
| /** | |
| * Truncates text. | |
| * | |
| * Cuts a string to the length of $length and replaces the last characters | |
| * with the ending if the text is longer than length. | |
| * | |
| * See: oikos.org.uk/2013/02/tech-notes-a-wordpress-excerpt-with-html-tags/ | |
| * See also: wpengineer.com/2410/dont-use-strlen/ | |
| * See also also: oikos.org.uk/2013/02/tech-notes-a-wordpress-excerpt-with-html-tags/#comment-1467093876 |
| <?php | |
| /** | |
| * Plugin Name: Static Templates | |
| * | |
| * If most of your site content is in .php template files, and you're tired of | |
| * creating new pages, assigning them page templates, creating page templates | |
| * then doing it all over again on production, this plugin is for you. | |
| * | |
| * Examples: | |
| * |
http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
| Type | Protocol | Port Range | Destination |
|---|---|---|---|
| SSH | TCP | 22 | 0.0.0.0/0 |
| <?php | |
| /** | |
| * Plugin Name: T5 AJAX Editor | |
| */ | |
| namespace T5AjaxEditor; | |
| class Controller implements Event_Handler | |
| { |