Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

core

WP Core: Where are terms populated for the admin edit screen?

August 6, 2022 by Magenaut

I am trying to understand how the Admin Tables are populated (for posts, users, plugins…).

Categories Q&A, Wordpress Tags core Leave a comment

Avoiding ACF get_field and returning to core WordPress function

August 5, 2022 by Magenaut

function slb_subscriber_column_data( $column, $post_id ) { // setup our return text $output = ''; switch( $column ) { case 'title': // get the custom name data $fname = get_field('slb_first_name', $post_id ); $lname = get_field('slb_last_name', $post_id ); $output .= $fname .' '. $lname; break; case 'email': // get the custom email data $email = get_field('slb_email', $post_id … Read more

Categories Q&A, Wordpress Tags core, custom-field, meta-query, post-meta Leave a comment

Timezone is wrong when picking city (Copenhagen)

August 5, 2022 by Magenaut

The timezone-setting (in ‘Settings’ >> ‘Generel’ >> ‘Timezone’), seems to be ignored. I’ve set it to be ‘Copenhagen’ (value: Europe/Copenhagen).

Categories Q&A, Wordpress Tags core, performance, timezones Leave a comment

Login cookies blocked after customizing hashing method

August 5, 2022 by Magenaut

I get the following error when trying to login:

Categories Q&A, Wordpress Tags authentication, core, core-modifications, functions, pluggable Leave a comment

Question about the template-loader.php file

August 5, 2022 by Magenaut

I am studying the WP code and have a doubt regarding the end of the /wp-includes/template-loader.php file, which handles the template that must be loaded for a certain URL request.

Categories Q&A, Wordpress Tags core, php Leave a comment

What is the WP_Internal_Pointers core class?

August 5, 2022 by Magenaut

The documentation does not explain it very well and I would like to understand what it is and why it exists.

Categories Q&A, Wordpress Tags core Leave a comment

Check for security updates

August 4, 2022 by Magenaut

Is there any option to check all my plugins, core and themes on a website for security issues?

Categories Q&A, Wordpress Tags core, plugins, security, themes Leave a comment

Modifying WordPress core files

August 5, 2022August 4, 2022 by Magenaut

Don’t hack core.

Categories Q&A, Wordpress Tags core Leave a comment

Clarification on filters and hooks

August 5, 2022August 4, 2022 by Magenaut

I am about to start my first WordPress project and I have the task of moving customized core code that override the core into separate functions/files (this way it’ll be easier to maintain when we upgrade in the future.

Categories Q&A, Wordpress Tags core, filters, hooks Leave a comment

Explanation of update_post_(meta/term)_cache

August 4, 2022August 3, 2022 by Magenaut

I was reading over some best practices from 10up and they mention setting these two flags to false in a WP_Query ( depending on what you’re querying ):

Categories Q&A, Wordpress Tags cache, core, customization, post-meta, terms Leave a comment
Older posts
Page1 Page2 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress