Javascript File // plugin.js function GoogleSearchMePlugin(options) { let defaultOptions = { base_url: "https://www.google.com/?q=", keyword: "imnobby",...
閱讀內文PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify...
閱讀內文function imnobby_simple_http_get($url){ $curl = curl_init(); if (!$curl) { die("Couldn't initialize a cURL handle"); } curl_setopt($curl,...
閱讀內文// Put in functions.php function imnobby_ajax_get_data(){ // Endpoint: /wp-admin/admin-ajax.php?action=imnobby_ajax_get_data $tmphtml = 'produce some output here';...
閱讀內文function imnobby_custom_explode($from_1, $from_2, $output){ $value_1 = explode($from_1, $output); $value_2 = explode($from_2, $value_1[1]); $tmphtml = $value_2[0];...
閱讀內文var scripts = document.getElementById("data").querySelectorAll("script"); for (var i = 0; i < scripts.length; i++) { if...
閱讀內文<?php $get_key = isset($_GET['key']) ? $_GET['key'] : ''; $key = "qfNW6T5Ivr"; if ( $get_key <>...
閱讀內文function js_random_key_generator(length) { var result = ''; var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; var charactersLength = characters.length;...
閱讀內文function do_imnobby_standard_wp_shortcode($attr){ $tmphtml = ''; $tmphtml .= $attr["showtext"]; return $tmphtml; } add_shortcode( 'imnobby_standard_wp_shortcode', 'do_imnobby_standard_wp_shortcode' );...
閱讀內文function imnobby_minify_html($code) { $search = array( // Remove whitespaces after tags '/\>[^\S ]+/s', // Remove...
閱讀內文function imnobby_append_to_content( $content ) { $tmphtml = ""; if ( get_field('keywords') ){ $tmphtml .= '<i...
閱讀內文<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap 5 Blank Starter...
閱讀內文// functions.php function imnobby_change_author_after_post ( $data ) { if ( !wp_is_post_revision( $data['ID'] ) ){ $admin_id...
閱讀內文https://www.youtube.com/live_chat?is_popout=1&v=<youtube_video_id>…
閱讀內文<?php $input_lines = "111 222 333 444 111 222"; $input_array = explode("\n", $input_lines); // $input_lines...
閱讀內文function imnobby_home_page_post_filter($query){ if($query->is_home() && $query->is_main_query()) { $query->set('cat', '-72'); // get_the_ID('codedb'); } } add_action('pre_get_posts', 'imnobby_home_page_post_filter');…
閱讀內文RewriteEngine On RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]…
閱讀內文