📄 wp_links.php
字号:
<?phpif( ! defined( 'WP_LINKS_INCLUDED' ) ) { define( 'WP_LINKS_INCLUDED' , 1 ) ; function b_wp_links_show($option) { global $wpdb; global $use_cache; $id=1; $use_cache = 1; require(dirname(__FILE__).'/../wp-config.php'); ob_start(); block_style_get(); echo "<ul class='wpBlockList'>\n"; get_links_list(); echo "</ul>\n"; $block['content'] = ob_get_contents(); ob_end_clean(); return $block; }}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -