[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/gp-templates/ -> 404.api.php (source)

   1  <?php
   2  
   3  echo wp_json_encode(
   4      array(
   5          'success' => false,
   6          'error'   => __( 'Not Found', 'glotpress' ),
   7      )
   8  );


Generated: Thu Mar 28 01:01:06 2024 Cross-referenced by PHPXref 0.7.1