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
| [ | |
| { | |
| "id": 5014, | |
| "image": "https://tlhelpie.com/icons/magicdoll/list/l_magicdoll_golem_lv4.webp", | |
| "name": "Wandering Youth Gneiss", | |
| "region": "Ruins", | |
| "obtain": "Gathering", | |
| "pal_synergy": ["Sollant Bonus", "EXP Bonus", "Item Chance"], | |
| "synergy_set_ids": [10, 11, 25, 26] | |
| }, |
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
| [ | |
| { | |
| "id": 5014, | |
| "image": "https://tlhelpie.com/icons/magicdoll/list/l_magicdoll_golem_lv4.webp", | |
| "name": "Wandering Youth Gneiss", | |
| "region": "Ruins", | |
| "obtain": "Gathering", | |
| "pal_synergy": [ | |
| "Sollant Bonus", | |
| "EXP Bonus", |
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
| [ | |
| { | |
| "id": 1, | |
| "name": "Abyssal Snack Time in progress", | |
| "amitois": ["Tormented Writer Glynt"], | |
| "bonus": { | |
| "type": "Abyssal Contract Token Efficiency", | |
| "value": "+1.5%" | |
| } | |
| }, |
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
| the logs said: | |
| WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to | |
| but the issue was within | |
| disable_functions = | |
| inside php.ini | |
| probably "popen" |
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
| add_action( 'wp_head', function() { | |
| ?><style> | |
| .woocommerce button[name="update_cart"], | |
| .woocommerce input[name="update_cart"] { | |
| display: none; | |
| }</style><?php | |
| } ); |
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
| Fitness : Acceleration, Agility, Jumping, Pace, Stamina, Strength and Reflexes +natural fitness | |
| Shooting : Finishing and Long Shots +penalties | |
| Skill : Crossing, Dribbling, Heading, Passing, Set Pieces, Tackling and Technique +corners, preferred foot, free kicks -set pieces (this isnt | |
| true, as you proved Set Pieces are included) | |
| Tactics : Decisions, Marking, Off the Ball, Positioning and Teamwork | |
| Goalkeeping : Handling +one on ones | |
| Fitness : Acceleration, Agility, Jumping, Pace, Stamina, Strength and Reflexes | |
| Shooting : Finishing and Long Shots | |
| Skill : Crossing, Dribbling, Heading, Passing, Set Pieces, Tackling and Technique |
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
| #https://docs.pluginize.com/article/post-types-in-category-tag-archives/ | |
| function my_cptui_add_post_types_to_archives( $query ) { | |
| // We do not want unintended consequences. | |
| if ( is_admin() || ! $query->is_main_query() ) { | |
| return; | |
| } | |
| if ( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { | |
| $cptui_post_types = cptui_get_post_type_slugs(); |
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
| <select name="countryCode" id="" class=""> | |
| <option data-countryCode="ES" value="34" selected>+34</option> | |
| <option data-countryCode="GB" value="44">+44</option> | |
| <option data-countryCode="US" value="1">+1</option> | |
| <optgroup label="Other countries"> | |
| <option data-countryCode="DZ" value="213">+213</option> | |
| <option data-countryCode="AD" value="376">+376</option> | |
| <option data-countryCode="AO" value="244">+244</option> | |
| <option data-countryCode="AI" value="1264">+1264</option> | |
| <option data-countryCode="AG" value="1268">+1268</option> |
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
| $wpdb->last_error | |
| OR | |
| <?php $wpdb->show_errors(); ?> | |
| <?php $wpdb->hide_errors(); ?> | |
| <?php $wpdb->print_error(); ?> |
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
| mysqlcheck --auto-repair -o --all-databases |
NewerOlder