Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter leelingy

    (@leelingy)

    Below are the first 24 lines in the wpsetting.php file. Line 21 says require( ABSPATH . WPINC . ‘/load.php’ ). I don’t see the load.php file in the folder? How can I generate one? Thanke.

    ——————————

    Stores the location of the WordPress directory of functions, classes, and core content.
    *
    * @since 1.0.0
    */
    define( ‘WPINC’, ‘wp-includes’ );

    // Include files required for initialization.
    require( ABSPATH . WPINC . ‘/load.php’ );
    require( ABSPATH . WPINC . ‘/default-constants.php’ );
    require( ABSPATH . WPINC . ‘/plugin.php’ );

Viewing 1 replies (of 1 total)