PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.3
WP Coder – Insert & Manage Code Snippets v3.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | classes/Dashboard/DashboardInitializer.php +9 -1 3.23.3 View file →
@@ -27,9 +27,17 @@
27 27
28 28 <div class="wowp-header-border"></div>
29 29 <div class="wowp-header">
30 30 <div class="wowp-logo">
31 - <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 64 64"><title>64px_code</title><rect data-element="frame" x="0" y="0" width="64" height="64" rx="13" ry="13" stroke="none" fill="#007ea1"></rect><g transform="translate(12.8 12.8) scale(0.6)" fill="#ffffff"><path d="M19.562 18.75a2 2 0 0 0-2.811-.312l-15.001 12a2 2 0 0 0 0 3.124l15 12a1.997 1.997 0 0 0 2.811-.312 2 2 0 0 0-.312-2.811L6.201 32.001l13.048-10.438a2 2 0 0 0 .312-2.811z" fill="#ffffff"></path><path d="M47.25 18.438a2 2 0 1 0-2.499 3.123l13.048 10.438-13.048 10.438a2 2 0 0 0 2.499 3.123l15-12a2 2 0 0 0 0-3.124l-15-12z" fill="#FF6B6B"></path><path d="M39.539 5.074a2 2 0 0 0-2.465 1.387l-14 50a2 2 0 0 0 3.852 1.079l14-50.001a2 2 0 0 0-1.387-2.465z" fill="#FF6B6B"></path></g></svg>
31 + <svg width="32px" height="32px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
32 + <g id="WPCoder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
33 + <g id="code" transform="translate(26.000000, 56.000000)" fill-rule="nonzero">
34 + <path d="M135.623849,107.492348 C132.313053,103.34684 127.489388,100.688372 122.21643,100.103113 C116.943473,99.5178542 111.654252,101.053868 107.514995,104.372476 L7.5090733,184.369213 C2.76301474,188.164426 0,193.911677 0,199.988576 C0,206.065476 2.76301474,211.812727 7.5090733,215.607939 L107.504995,295.604677 C111.643224,298.925874 116.933119,300.463522 122.20689,299.878173 C127.48066,299.292824 132.304624,296.632613 135.613849,292.484804 C142.506902,283.862628 141.110501,271.286066 132.493976,264.38595 L52.0172582,199.988576 L132.493976,135.611202 C141.110501,128.711086 142.506902,116.134524 135.613849,107.512348 L135.613849,107.482349 L135.623849,107.482349 L135.623849,107.492348 Z" id="Path" fill="#FF6B6B"></path>
35 + <path d="M352.495005,104.372476 C343.863245,97.6171738 331.402277,99.0684778 324.554053,107.626703 C317.705829,116.184927 319.022334,128.660857 327.506024,135.601202 L407.982742,199.988576 L327.506024,264.365951 C319.022334,271.306297 317.705829,283.782226 324.554053,292.340451 C331.402277,300.898675 343.863245,302.349979 352.495005,295.594678 L452.490927,215.59794 C457.236985,211.802728 460,206.055476 460,199.978577 C460,193.901677 457.236985,188.154426 452.490927,184.359214 L352.495005,104.362476 L352.495005,104.382475 L352.495005,104.372476 Z" id="Path" fill="#007EA1"></path>
36 + <path d="M285.347743,0.72670242 C274.707912,-2.20949175 263.697957,4.01547032 260.728747,14.6461348 L160.732825,374.631454 C157.911801,385.22514 164.145145,396.115314 174.708452,399.048043 C185.271759,401.980772 196.227146,395.862768 199.271253,385.331018 L299.267175,25.3456984 C302.221117,14.7036863 295.989426,3.68183039 285.347743,0.72670242 L285.347743,0.72670242 Z" id="Path" fill="#007EA1"></path>
37 + </g>
38 + </g>
39 + </svg>
32 40 </div>
33 41 <h1><?php echo esc_html( WPCoder::info('name') ); ?> <sup
34 42 class="wowp-version"><?php echo esc_html( WPCoder::info('version') ); ?></sup></h1>
35 43